
The ZIP file contains two NetBeans 7.1 Projects:
1. HarnessingScriptingInJava
2. jkscript

The HarnessingScriptingInJava project contains all source code for "Harnessing Scripting in Java" book. This project has a dependency on jkscript project, which is needed to run JKScriptTest class.

The jkscript project contains all code and setup files for the the JKScript engine. The jkscript.jar file is in PROJECT_HOME\dist directory. If you do not find the jkscript.jar file in this directory, open and build the jkscript project in NetBeans IDE; that should create a jkscript.jar file in this directory.
 
